﻿@media screen and (max-width: 1000px) {
    #container {
        width: 1200px;
    }
}

@media screen and (min-width: 1001px) and (max-width: 1800px) {
    #container {
        width: 100%;
    }
}

@media screen and (min-width: 1801px) {
    #container {
        width: 1800px;
    }
}

#container {
    margin: 0 auto;
    border: none;
}

#search_word {
    /*height:120px;*/
    /*background:#00AAFF;*/
    /*border:1px solid #000;*/
}

a {
    text-decoration: none;
}

#key_word {
    background: #0073B4;
    color: #fff;
    width: 25%;
    font-size: 18px;
    text-align: right;
    margin: 30px 0;
    padding-right: 30px;
    line-height: 60px;
    border-radius: 0 50px 50px 0;
}

/*导航*/
#nav {
    height: 40px;
    background: #000;
}

#nav_main {
    /*background: #333;*/
    height: 40px;
    clear: both;
    width: 100%;
    position: relative;
    z-index: 8;
    background: #fff;
    /*border: 1px solid #333;*/
}

#nav_box {
    width: 100%;
    background: #fff;
    border-bottom: 2px solid #000;
    /*background: #000;*/
}

#nav_list {
    width: 1210px;
    margin: 0 auto;
    list-style: none;
    height: 40px;
}

#nav_list > li {
    float: left;
    width: 150px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    /*overflow: hidden;*/
    border-right: 1px solid #000;


}

#nav_list > li:nth-child(1) {
    border-left: 1px solid #000;
}

#nav_list > li > a {
    display: block;
    width: 100%;
    height: 100%;
    /*height: 40px;*/
    font-size: 16px;
    font-weight: lighter;
    /*color: #fff;*/
}

#nav_list > li:hover, #nav_list > li:hover > a {
    background: rgba(87, 85, 96, 0.91);
    color: #fff;
}

.action_nav {
    background: rgba(87, 85, 96, 0.91);
    color: #fff;
    font-weight: 600;
}

.xg_listdown {
    /*margin: 10px auto;*/
    width: 340px;
    list-style: none;
}

.xg_listdown li {
    float: left;
    color: #fff;
    width: 170px;
    height: 35px;
    line-height: 35px;
    /*margin: 10px 0;*/
    text-align: center;
}

.xg_listdown li:hover {
    background: rgba(255, 255, 255, 0.21);
}

.xg_listdown li a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}

#ws_navbtn, #js_listdown {
    /*height: 50px;*/
    /*position: relative;*/


}

.xg_listdown_div {
    background: rgba(0, 0, 0, 0.85);
    /*clear: both;*/
    /*height: 490px;*/
    /*position: relative;*/
    z-index: 100;
    width: 340px;
    /*padding-bottom: 15px;*/
    /*display: none;*/
    position: relative;
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    top: 1px;
    left: -80px;
}

.xg_listdown_div > ul {

}

.xg_listdown_div img {
    border-radius: 50%;
    /*box-shadow: 3px 3px 2px rgba(211, 250, 217, 0.85);;*/
}

.xg_listdown_div h4 {
    color: #fff;
    width: 1200px;
    margin: 20px auto 20px auto;
    font-size: 26px;
    font-weight: 200;
}

#ws_navbtn:hover, #js_listdown:hover, #product_show:hover {
    /*border-bottom: 5px solid #fff;*/
}

#ws_navbtn:hover #ws_listdown_div {
    /*display: block;*/
    height: 250px;
}

#js_listdown:hover #js_listdown_div {
    /*display: block;*/
    height: 190px;
}

/*----这里控制纯水下拉落单的宽度-----*/

#product_downlist {
    position: absolute;
    /*top: 41px;*/
    background: #333;
    width: 171px;
    /*display: none;*/
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;

}

#product_downlist p {
    height: 35px;
    line-height: 35px;
}

#product_downlist a {
    font-size: 18px;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

#product_downlist a:hover {
    background: rgba(255, 255, 255, 0.18);
}

#product_show:hover #product_downlist {
    height: 250px;
}
/*控制导航工程案例*/
#info_downlist{
    background: #333;
    display: none;
}
#info_downlist a {
    font-size: 18px;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}
#info_show:hover #info_downlist{
    display: block;
}
/*头部内容*/
#header {
    height: 120px;
    width: 1000px;
    margin: 0 auto;
    /*background: red;*/
}
#xg_gjgsjs{
    /*position: absolute;*/
    /*right: 400px;*/
    height: 100px;
    float: right;
    margin-right: 50px;
    margin-top: 15px;
}
#header > div {
    height: 120px;
}

#xg_logo {
    float: left;
    height: 150px;
    /*position: absolute;*/
    /*left: 150px;  !*更改了logo后加的 *!*/
    /*animation:xg_logo 0.8s 1;*/
    /*-webkit-animation:xg_logo 0.8s 1;*/
    /*animation-fill-mode: forwards;*/
}
@keyframes xg_logo {
    from{left: -300px}
    to{left: 150px}
}
@-webkit-keyframes xg_logo {
    from{left: -300px}
    to{left: 150px}
}
#xg_logo  img {
    /*position: absolute;*/
    /*top: -20px; !*更改了logo后加的 *!*/
    height: 150px;  /*更改了logo后改的的,原始值为120px */
    margin-left: -120px;
}

#xg_yw {
    float: left;
    margin-left: 50px;
    /*position: absolute;*/
    text-align: left;
    /*left: 350px;*/
    /*animation: xg_yw 1s 1;*/
    /*-webkit-animation: xg_yw 1s 1;*/
    /*animation-fill-mode: forwards;*/
}
@keyframes xg_yw {
    from{left: 1000px}
    to{left: 350px}
}
@-webkit-keyframes xg_yw {
    from{left: 1000px}
    to{left: 350px}
}

.xg_jyw_p1 {
    margin: 40px 0 10px 10px;
    font-size: 20px;
    font-weight: 200;
}

.xg_jyw_p2 {
    font-size: 14px;
    /*margin-bottom: 15px;*/
    margin-top: 14px;
}
.xg_jyw_p2>span{
    font-family: Arial;
    font-weight: 600;
    font-size: 20px;
}

#xg_tel {
    padding: 10px 10px 0 0;
    float: right;
}

.xg_tel_p1 {
    margin-top: 20px;
    font-size: 22px;
    color: #282828;
    background: url('img/tel_ico.gif') no-repeat 0 0;
    padding-left: 35px;
}

.xg_tel_p2 {
    font-size: 18px;
    color: red;
    font-weight: bold;
    padding-left: 28px;
}

.left_contenttext h3 {
    margin-top: 40px;
    line-height: 40px;
}

.left_contenttext>p:last-child{
    line-height: 1.8;
}
#part1 {
    /*position: absolute;*/
    /*left: -20px;*/
    /*background: url("img/bg_p2.jpg");*/
    /*background: url("img/bg_pj3.jpg") no-repeat center 0;*/
    /*background: url("img/bg_p2_a1.jpg") no-repeat center 0;*/
    /*background: url("img/bg_p2_a2.jpg") no-repeat center 0;*/
    background-image: url("img/banner_img/banner3.jpg"), url("img/banner_img/banner1.jpg"), url("img/banner_img/banner2.jpg");
    background-size: 1440px 450px, 1440px 450px, 1440px 450px;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: -1440px 0, center 0, 1440px 0;

    /*padding-top: 50px;*/
    /*margin-top: -50px;*/
    /*margin: 0;*/
    /*width: 1440px;*/
    height: 450px;
    /*margin: auto;*/
    animation: mymove 15s infinite;
    -moz-animation: mymove 15s infinite;
    -webkit-animation: mymove 15s infinite;
}

@keyframes mymove {
    from {
        background-position: -1440px 0, center 0, 1440px 0;
    }
    30% {
        background-position: -1440px 0, center 0, 1440px 0;
    }

    35% {
        background-position: -2880px 0, -1440px 0, center 0;
    }
    65% {
        background-position: -2880px 0, -1440px 0, center 0;
    }

    66% {
        background-position: center 0, 1440px 0, 2880px 0;
    }
    95% {
        background-position: center 0, 1440px 0, 2880px 0;
    }

    to {
        background-position: -1440px 0, center 0, 1440px 0;
    }
}

@-webkit-keyframes mymove /* Safari and Chrome */
{
    from {
        background-position: -1800px 0, 0 0, 1800px 0;
    }
    30% {
        background-position: -1800px 0, 0 0, 1800px 0;
    }

    35% {
        background-position: -3600px 0, -1800px 0, 0 0;
    }
    65% {
        background-position: -3600px 0, -1800px 0, 0 0;
    }

    66% {
        background-position: 0 0, 1800px 0, 3600px 0;
    }
    95% {
        background-position: 0 0, 1800px 0, 3600px 0;
    }

    to {
        background-position: -1800px 0, 0 0, 1800px 0;
    }
}

/*#part2:hover{
    animation-play-state: paused;
    -o-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -webkit-animation-play-state: paused;
}*/

.index_martop{
    margin-top: 150px;
}
#part2_title {
    width: 600px;
    height: 100px;
    clear: right;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.45);
    /*background: #000;*/
    /*margin-top: 150px;*/
    text-align: center;
    border-radius: 7px;
    margin-bottom: 25px;
}

.part2_title1 {
    /*height: 80px;*/
    /*margin-top: 30px;*/
    /*margin-left: 0;*/

    line-height: 70px;
    /*width: 550px;*/

    font-size: 30px;
    font-weight: 500;
    text-align: center;
}

.part2_title2 {
    font-size: 22px;
    /*margin-bottom: 40px;*/
    font-weight: lighter;
}

.index_title {
    /*color: #282828;*/
    text-align: center;
    width: 600px;
    margin: 0 auto;
}

.index_title h3, .index_title h3 > span {
    font-weight: 200;
    font-size: 30px;
}

/*.index_title p:n th-child(2){
    margin:20px auto;
    width:600px;
}*/
.index_title span {
    color: #60213d;
}

.index_title_2p {
    margin: 20px auto;
    width: 600px;
    height: 34px;
    line-height: 34px;
    border: solid 1px #c9c9c9;
    font-family: "Microsoft YaHei";
    font-size: 12px;
    /*color: #000;*/
    letter-spacing: 2px;
}

.index_title_3p {
    font-size: 14px;
    color: #a0a1a2;
    line-height: 22px;
    font-family: Arial;
    letter-spacing: 1px;
    text-transform: uppercase;
}
#view_item_index{
    width: 1100px;
    height: 60px;
    margin: 50px auto 0 auto;
}
#view_item_index>li{
    list-style: none;
    float: left;
    width: 20%;
}
.view_item_dl_index{
    width: 100%;
}
.view_item_dl_index dt{
    text-align: center;
    height: 65px;
}
.view_item_dl_index dd{
    text-align: center;
}
.view_item_dl_index img{
    width: 20%;
}
.itec_ac {

}



#views {
    position: relative;
    /*color: #fff;*/
    width: 1000px;
    margin: 0 auto;
    height: 200px;
}

#view_item li {
    /*position: absolute;*/
    list-style: none;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    margin: 0 20px;
    /*background: url("img/bg_p1_1.png");*/
    /*border: 2px solid #6161c5;*/
    float: left;
    overflow: hidden;
    animation: tran-for1 0.8s 1;
    -webkit-animation: tran-for1 0.8s 1;
}
#view_item li dl{
    width: 156px;
    height: 156px;
    border-radius: 50%;
    border: 2px solid #6161c5;
}
#view_item li:hover >dl{
    animation: tran-for 1s 1;
    -webkit-animation: tran-for 1s 1;
    animation-fill-mode: forwards;
}
@keyframes tran-for {
    from{transform: scaleX(1)}
    50%{transform: scaleX(0.01)}
    to{transform: scaleX(1)}

}
@-webkit-keyframes tran-for {
    from{transform: scaleX(1)}
    50%{transform: scaleX(0.01)}
    to{transform: scaleX(1)}
}
@keyframes tran-for1 {
    from{transform: scaleX(1)}
    50%{transform: scaleX(0.01)}
    to{transform: scaleX(1)}

}
@-webkit-keyframes tran-for1 {
    from{transform: scaleX(1)}
    50%{transform: scaleX(0.01)}
    to{transform: scaleX(1)}
}

#view_item li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
}



.view_item_dl {
    text-align: center;
    height: 156px;
    width: 156px;
}

.view_item_dl > dt {
    height: 100px;
}

.view_item_dl > dt img {
    margin-top: 40px;
}

.view_item_dl > dd {
    font-size: 22px;
    /*background-color: red;*/
    height: 100px;

    line-height: 5px;
    font-style: inherit;
    font-weight: inherit;
}


/*第三部分*/
#part3 {
    /*margin-top: 40px;*/
    color: #fff;
}

#part3_list {
    width: 1000px;
    margin: 40px auto 0 auto;
    height: 100px;

}
#part3_title{
    margin-top: 50px;
}
#part3_list li {
    float: left;
    list-style: none;
    /*background: url("img/bg_2.gif") no-repeat;*/
    background: url("img/bg_2.jpg") no-repeat;
    width: 285px;
    height: 99px;

}

#part3_list_li_2 {
    margin: 0 72px;
}

.part3_list_li_span_1 {
    line-height: 93px;
    font-size: 26px;
    font-weight: 500;
    margin-left: 5px;
    color: #fff;
    padding-top: -30px;
    float: left;
}

.part3_list_li_span_2 {
    line-height: 22px;
    font-size: 18px;
    color: #282828;
    padding: 27px 0 0 40px;
    display: inline-block;
    width: 165px;
}

.num_bold {
    font-weight: 700;
    color: blue;
}

#p3_view_bg {
    height: 650px;
    padding-top: 20px;
    /*background: url("img/bg_p3.jpg");*/
    background: url("img/bg_003.jpg");
    background-position: center 0;
    /*background: url("img/bg_p_110.jpg") center center no-repeat;*/
    background-size: 100% 100%;
}

#p3_ys_main {
    /*width: 1200px;*/
    margin: 0 auto;
    position: relative;
}

#p3_ys_main>h3{
    width: 110px;
    color: #fff;
    font-size: 24px;
    font-weight: 200;
    text-align: center;
    height: 40px;
    position: absolute;
    top: 250px;
    left: 240px;
}
#xg_gxjs{
    position: absolute;
    background: none !important;
    top: 150px;
    left: 140px;
}
#p3_ys_right {
    width: 600px;
    height: 540px;
    float: right;
}

#p3_view_window {
    width: 800px;
    margin: 0 auto;
    height: 300px;
}

#p3_view_window li {
    list-style: none;
    height: 270px;
    width: 25%;
    /*cursor: pointer;*/
    /*background: url("img/bg_p3_2.png");*/
    /*background: rgba(0, 0, 0, 0.2);*/
    text-align: center;
    color: #fff;
    float: left;
}
.p3_bottom_p{
    text-align: center;
    font-size: 18px;
    font-weight: lighter;
    width: 800px;
    margin: 0 auto;
    line-height: 36px;
}
.part3_tel{
    clear: left;
    /*height: 40px;*/
    color: #fff;
    font-weight: lighter;
    margin-top: 40px;

}
.part3_tel_sp1{
    text-align: center;
    font-size: 30px;
}
.part3_tel_sp2{
    font-family: Arial;
    font-size: 32px;
}
.part3_tel a{
    color: #fff;
    font-size: 22px;
    border: 1px solid #fff;
    border-radius: 7%;
    padding: 2px 4px;
    margin-left: 20px;
}
#p3_view_window #p3_view_window_li_1 {
    display: block;
}

/*项目显示区*/
.p3_view_window_li__p_1 {
    font-size: 38px;
    font-family: Arial;
    margin-top: 80px;
    font-style: inherit;
    font-weight: lighter;
}

.p3_view_window_li__p_2 {
    padding-top: 10px;
    font-size: 14px;
    font-weight: lighter;
}

.p3_view_window_li__p_3 {
    font-size: 16px;
    font-family: Arial;
    text-transform: uppercase;
    line-height: 30px;
}

.p3_view_window_li__p_4 {
    width: 210px;
    /*height: 210px;*/
    overflow: hidden;
    line-height: 30px;
    font-size: 15px;
    margin: 10px auto;
}

#p3_ys_right > ul {

    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 7px;
    list-style: none;
    width: 500px;
    margin: 50px 50px;
    padding-left: 10px;
}

#p3_ys_right li {
    height: 100px;
    margin-top: 10px;
}

#p3_ys_right li .p3_ys_right_p1 {
    font-size: 28px;
    height: 60px;
    line-height: 70px;
}

#p3_ys_right li p {
    margin-left: 75px;
}

.p3_ys_right_l1 {
    background: url("img/xg_ys_icon/ys_icon_sq.png") 15px center no-repeat;
}

.p3_ys_right_l2 {
    background: url("img/xg_ys_icon/ys_icon_sj.png") 15px center no-repeat;
}

.p3_ys_right_l3 {
    background: url("img/xg_ys_icon/ys_icon_sx.png") 15px center no-repeat;
}

.p3_ys_right_l4 {
    background: url("img/xg_ys_icon/ys_icon_kl.png") 15px center no-repeat;
}

/*01 02 03 04 05 项目*/
#p3_wiew_item {
    width: 1000px;
    margin: 30px auto 0 auto;
    height: 167px;
    border: none;
}

#p3_wiew_item li {
    list-style: none;
    /*border:none;*/
    float: left;
    width: 155px;
    height: 165px;
    text-align: center;
    /*background: url("img/bg_p3_02.gif");*/
    background: rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
    border: 1px solid #000;
    border-radius: 50%;
}

#p3_wiew_item #p3_wiew_item_li_1 {
    /*background: url("img/bg_p3_01.gif");*/
    background: rgba(0, 0, 0, 0.011);
    box-shadow: none;
}

.p3_wiew_item_li_p_1 {
    font-size: 30px;
    /*color: #fff;*/
    padding-top: 40px;
    font-family: Arial;
}

.p3_wiew_item_li_p_2 {
    width: 80px;
    margin: 0 auto;
    font-size: 18px;
    /*color: #fff;*/
    padding-top: 10px;
}

.p3_wiew_item_li_mar_right {
    margin-right: 52px;
    cursor: pointer;
}

/*p3_3*/
#p3_3 {
    /*background: url("img/bg_p3_31.jpg") center 0;*/
    background: url("img/bg_p3_3.jpg") center 0;
    height: 525px;
    clear: both;
    margin-top: 73px;
}

#p3_3_1 {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

#p3_3_left {
    width: 540px;
    height: 423px;
    position: absolute;
}

#p3_3_right {
    width: 460px;
    position: absolute;
    right: 0;

}

.p3_3_title {
    font-size: 30px;
    color: #333;
    margin-bottom: 10px;
}

.p3_3text {
    line-height: 28px;
    font-size: 14px;
    color: #282828;
    font-style: inherit;
    font-weight: inherit;
}

.addr_text {
    border-top: solid 1px #d4d4d4;
    border-bottom: solid 1px #d4d4d4;
    height: 31px;
    line-height: 31px;
    text-align: center;
    font-size: 18px;
    color: #282828;
    font-family: "Microsoft YaHei";
    display: block;
    letter-spacing: 2px;
    margin: 30px 0 40px;
}

.tel_text {
    font-size: 16px;
    color: #282828;
    background: url('img/tel_ico.gif') no-repeat 0 0;
    padding-left: 35px;
    line-height: 32px;
}

.tel_text span {
    font-size: 26px;
    color: red;
    font-weight: bold;
}

.online_connect a {
    margin-top: 20px;
    width: 126px;
    height: 26px;
    line-height: 26px;
    font-size: 18px;
    color: #63bc12;
    /*text-align: center;*/
    display: inline-block;
    padding-left: 20px;
    border: solid 1px #b1dd88;
    margin-left: 15px;
    letter-spacing: 2px;
}

.online_yy {
    padding-top: 40px;
    font-size: 18px;
    color: #282828;
    padding-bottom: 20px;
}

.online_yy a {
    font-size: 22px;
    color: #63bc12;
    font-weight: bold;
    margin-left: 20px;
}

#name {
    width: 100px;
    margin-right: 30px;
}

#tel {
    width: 140px;
}

/*第四部分*/
#part4 {
    height: 760px;
    /*background: url("img/bg_p4.jpg");*/
}

#part4_title {
    width: 1000px;
    margin: 0 auto;
    padding-top: 65px;
}

#part4_title, #part4_title > h3, #part4_title > p {
    /*color: #fff !important;*/
}

#xg_product {
    width: 1200px;
    margin: 0 auto;
    /*color: #f6f6f6;*/
    text-align: center;
}

#xg_product a {
    /*color: #fff;*/
    /*font-size: 18px;*/
    display: block;
    width: 100%;
    padding-bottom: 3px;
}

#product_ws {
}

#product_js {
}

#xg_product li {
    list-style: none;
    float: left;
    border-radius: 6px;
    width: 280px;
    height: 230px;
    overflow: hidden;
    margin: 20px 10px;
    position: relative;
}

.product_yyly_box {
    background: rgba(0, 0, 0, 0.38);
    color: #fff;
    height: 230px;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    position: absolute;
    top: 0px;
}

#xg_product li:hover .product_yyly_box {
    top: 230px;

}

.product_yyly_box_p1 {
    font-size: 22px;
    font-weight: lighter;
    margin-top: 50px;
}

.product_yyly_box_p2 {
    margin-top: 10px;
    line-height: 26px;
}

.product_yyly_box_p3 {
    margin-top: 20px;

}

.product_yyly_box_p3 > a {
    color: #fff;
    /*font-size: 30px;*/
    border: 1px solid #fff;
    width: 100px !important;
    margin: 0 auto;
    border-radius: 5px;
}

#xg_product li:hover a {
    /*background: rgba(0, 0, 0, 0.15);*/
    /*color: #fff;*/
}

#xg_product img {
    width: 280px;
    height: 199px;
}

#xg_pro_title {
    width: 1200px;
    margin: 0;
}

#xg_pro_title > li {
    width: 592px;
    float: left;
    font-size: 18px;
    margin: 10px 0 10px 0;
}

/*#xg_pro_title>li:hover{
    background: rgba(0, 0, 0, 0.95);
    color: #ffffff;
}*/

#bg_lllll {
    height: 100px;;
    background: url("img/bg_p4_l.gif") no-repeat;
    background-position: bottom center;
}

#p4_list {
    width: 1000px;
    margin: 20px auto 0 auto;
    height: 10px;

}

#p4_list li {
    list-style: none;
    float: left;
    height: 450px;
    width: 240px;
    background: #fff;
    position: relative;
    margin: 0 5px;
}

.p4_img_div {
    width: 157px;
    height: 157px;
    border-radius: 50%;
    position: absolute;
    top: -78px;
    left: 42px;
}

.p4_text {
    margin-top: 90px;
}

.p4_text_p_1 {
    font-size: 20px;
    /*color: #63bc12;*/
    line-height: 28px;
    width: 195px;
    text-align: left;
    border-bottom: solid 1px #d4d4d4;
    padding: 0 20px;
    padding-bottom: 20px;
}

.p4_text_p_2 {
    width: 195px;
    margin: 0 auto;
    text-align: left;
    font-size: 15px;
    /*color: #282828;*/
    line-height: 30px;
    padding-top: 10px;
}

#p4_list li:hover {
    background: #63BC12;
    color: #fff !important;
}

#part5 {
}

.p5_lz {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    height: 376px;
    border-radius: 5px;
}

.lz_list li {
    list-style: none;
    /*float: left;*/
    position: relative;
    display: inline-block;
    border: 0;
    /*display: inline-block;*/
    margin: 0 3px;
    padding: 0;
    background: #fff;
    outline: none;
}

.p5_conten li:hover {
    background: rgba(200, 200, 200, 0.24);
}

.lz_list li img {
    border: 0;
    display: block;
    margin: 0;
    padding: 0;
}

.lz_list li span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    padding-left: 20px;
}

.lz_list {
    white-space: nowrap;
    width: 2250px;
    height: 376px;
    position: absolute;
    top: 0;
    z-index: 1;
    /*left:250px;*/
}

.p5_conten {
    position: absolute;
    height: 376px;
    width: 230px;
    z-index: 5;
    /*background: #333;*/
    background: url("img/bg_p4b.png");
    color: #fff;
    padding: 30px 0 0 30px;
}

.p5_conten a {
    color: #fff;
    display: block;
    width: 100%;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}

.p5_conten_p_1 {
    font-size: 18px;
    color: #d1e9c4;
    display: block;
}

.p5_conten_p_2 {
    font-size: 20px;
    color: #fff;
}

.p5_conten_p_3 {
    width: 50px;
    background: #fff;
    margin: 10px 0 25px 0;
    display: block;
    height: 3px;
    line-height: 0;
    font-size: 0;
}

.p5_conten > ul > li {
    list-style: none;
    height: 30px;
    line-height: 41px;
}

.p5_conten_p_5 {
    background: url("img/bg_p5.gif") no-repeat;
    padding-left: 45px;
    font-family: Arial;
    font-weight: bold;
    font-size: 22px;
    margin: 5px 0 30px 0;
    /*color: #000000;*/
}

.p5_conten_p_5 a {
    width: 126px;
    height: 26px;
    line-height: 26px;
    border: solid 1px #b1de89;
    font-size: 18px;
    color: #fff;
    display: block;
    text-align: center;
    margin-top: 10px;
}

#lz2_p5_conten {
    right: 0;
}

#p5_lz2 {
    margin-top: 90px;
}

/*首页工程案例怎*/
#gcal{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#ppp {
    width: 1000px;
    margin: 100px auto;
}
#gcal_list{
    list-style: none;
    height: 200px;
}
#gcal_list li{
    float: left;
    width: 180px;
    height: 180px;
    margin: 10px;
    text-align: center;
    cursor: pointer;
}
#gcal_list li img{
    width: 180px;
    height: 150px;
    transition: transform 0.4s;
}
#gcal_list li img:hover {
    transform: scale(1.2); /* 放大1.5倍 */
}

#jpgc {

    /*background: #000;*/
    height: 140px;
    overflow: hidden;
    position: relative;
    /*margin-left: 245px;*/
}

#jpgc img {
    display: inline-block;
    border: none;
    margin: 0 6px;
}

#hz_title {
    width: 245px;
    height: 140px;
    float: left;
}

#hz_title_p_1 {
    padding: 0 20px;
    color: #fff;
    font-size: 30px;
    height: 48px;
    line-height: 48px;
    background: rgb(0, 115, 180);
    text-align: center;
    margin-top: 10px;
}

#hz_title_p_2 {
    color: #333;
    font-size: 30px;
    height: 48px;
    line-height: 48px;
    background: #fff;
    text-align: center;
}

#jpgc_img {
    width: 4600px;
    position: absolute;
    top: 0;
}

#part6 {
    height: 775px;
    /*background: url("img/bg_p4.jpg");*/
}
#jpgc_img1 img{
    width: 13%;
    margin: 10px 3px;
    cursor: pointer;
    transition: transform 0.3s; /* 动画效果 */
}
#jpgc_img1 img:hover {
    transform: scale(1.1); /* 放大1.5倍 */
}
#part6_title {
    width: 1000px;
    margin: 0 auto;
    padding-top: 65px;
    margin-top: 40px;

}

#gj_container_all {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.gj_control_bar {
    position: absolute;
    cursor: pointer;
    height: 46px;
    width: 46px;
    top: 200px;
}

.gj_control_bar_l {
    left: -80px;
    background: url("img/bg_gj_l_n.png");
}

.gj_control_bar_l:hover {
    background: url("img/bg_gj_l_a.png");
}

.gj_control_bar_r {
    right: -80px;
    background: url("img/bg_gj_r_n.png");
}

.gj_control_bar_r:hover {
    background: url("img/bg_gj_r_a.png");
}

#part6_title, #part6_title > h3, #part6_title > p {
    /*color: #fff !important;*/
}

#gj_container {
    width: 1000px;
    margin: 30px auto 0 auto;
    overflow: hidden;
    position: relative;
    height: 510px;
}

#gj_list {
    white-space: nowrap;
    position: absolute;
}

#gj_list li {
    height: 510px;
    width: 315px;
    display: inline-block;
    list-style: none;
    /*background: lightcoral;*/
    margin: 0 10px;
    font-size: 30px;
    font-weight: lighter;
    /*color: #fff;*/
    text-align: center;
    /*overflow: hidden;*/
}
#gj_list li p{
    font-size: 14px;
}
#gj_list img {
    width: 100%;
    height: 445px;
}


#gj_list dl {
    height: 420px;
    margin: 10px 0;
}

#part7 {
    margin-top: 40px;
}

#ly_jj {
    width: 1000px;
    margin: 30px auto 0 auto;
}

#ly_jj_div1 {
    width: 470px;
    float: left;
}

#ly_jj_div2 {
    width: 500px;
    height: 310px;
    float: right;
}

#ly_title {
    font-size: 20px;
    color: #555;
    font-weight: normal;
    text-align: center;

}

.ly_con {
    line-height: 26px;
    font-size: 15px;
    color: #6e6e6e;
    overflow: hidden;
    text-indent: 25px;
    font-weight: 600;
}

.ly_con a {
    width: 126px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 16px;
    color: #333;
    border: solid 1px #b1dd88;
    /*display: block;*/
    margin: 20px 0 0;
    text-decoration: #000;
    font-weight: 500;
}

#ly_hd_ry {
    clear: both;
    margin: 60px 0 10px 0;
    padding-top: 30px;
}

#ly_hd_ry_title {
    text-align: center;
    font-size: 20px;
    width: 1000px;
    margin: 0 auto;
    background: url("img/bg_p7.gif") no-repeat 0 12px;
}

#ly_hd_ry_title > span {
    font-size: 20px;
    display: inline-block;
    margin: 0 20px;
    cursor: pointer;
}

#ly_hd_ry_title_sp1 {
    color: #63bc12;
}

#ly_container {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.xc_container {
    overflow: hidden;
    position: relative;
    height: 272px;
}

.ly_hdyy_list {
    white-space: nowrap;
    position: absolute;
}

.ly_hdyy_list li {
    display: inline-block;
    width: 315px;
    height: 272px;
    margin-right: 15px;
}

.ly_img_text > dd {
    color: #555;
    font-size: 15px;
    height: 43px;
    line-height: 43px;
    overflow: hidden;
    text-align: center;
    display: block;
    border-top: solid 1px #c9c9c9;
    border-bottom: solid 1px #c9c9c9;
    margin-top: 21px;
}

.control_bar {
    width: 46px;
    height: 46px;.
}

.control_bar_l {
    background: url("img/hd_l_n.gif");
    position: absolute;
    top: 90px;
    left: -80px;
    cursor: pointer;
}

.control_bar_l:hover {
    background: url("img/hd_l_a.gif");
}

.control_bar_r {
    background: url("img/hd_r_n.gif");
    position: absolute;
    top: 90px;
    right: -80px;
    cursor: pointer;
}

.control_bar_r:hover {
    background: url("img/hd_r_a.gif");
}

#ly_container2 {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    display: none;
}

#neww_container {
    background: #f6f6f6;
    height: 610px;
    margin-top: 163px;
    clear: both;
}

#neww_container > div {
    width: 1000px;
    margin: 0 auto;
}

#ly_news {
    width: 640px;
    height: 500px;
    float: left;
}

.ly_news_title {
    height: 42px;
    line-height: 42px;
    border-top: solid 3px #63bc12;
    border-bottom: solid 1px #dcdcdc;
}

#ly_news > div {
    margin-top: 20px;
}

.ly_news_title > span {
    background: #63bc12;
    padding: 0 15px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-radius: 0 0 20px 5px;
}

.ly_news_title > a {
    font-size: 14px;
    color: #000;
    float: right;
}

#ly_answer {
    width: 350px;
    height: 500px;
    display: inline-block;
    padding-left: 10px;
}

#img_right_text {
    float: right;
    height: 168px;
    width: 320px;
    padding-right: 10px;
}

#img_right_text > h4 {
    font-size: 16px;
    color: #000;
    line-height: 40px;
}

#img_right_text > p {
    line-height: 25px;
    color: #555;
    font-size: 15px;
    text-indent: 30px;
}

#ly_news_list li {
    background: url("img/bg_news.gif") no-repeat left center;
    list-style: none;
    padding-left: 12px;
    height: 52px;
    line-height: 52px;
    border-bottom: solid 1px #dfdfdf;
    overflow: hidden;
    float: left;
    width: 288px;
}

#footer {
    clear: both;
    height: 170px;
    background: rgb(20,26,36);
    color: rgb(220,222,222);
    padding-top: 20px;
}

#footer_div {
    width: 1100px;
    margin: 0 auto;
    padding-top: 20px;
}
.footer_itembox{
    width: 33%;
    float: left;
}
.xg_info{
    color: rgb(220,220,220);
    line-height: 1.5;
}
#footer_div p{
    line-height: 2.7;
    font-size: 14px;
}
.footer_con {
    float: left;
}

.footer_bq {
    float: left;
    /*margin-top: 15px;*/
    margin-left: 50px;
}
.footer_wx{
    float: left;
    margin-left: 80px;
}
.footer_zx_btn{
    margin: 0 20px;
    /*background: #fff;*/
    color: rgb(222,222,222);
    padding: 2px 10px;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 14px;
}
#lc_list {
    list-style: none;
    /*border: solid 1px crimson;*/
    width: 1000px;
    /*height: 20px;*/
    margin: 0 auto;
    z-index: 999;
    /*background: crimson;*/
}

#lc_list > li {
    float: left;
    margin: 10px 26px 10px 0;
    text-align: center;
    font-weight: 500;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.06);
    /*color: #fff;*/
    /*line-height: 100px;*/
    font-size: 50px;
    width: 100px;
    height: 100px;
    cursor: pointer;
    z-index: 999;
    border: 1px solid #333;
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.34);
}

#lc_list > li:hover {
    font-weight: 500;
    box-shadow: none;
}

#lc_list > li:last-child {
    margin-right: 0;
}

#lc_list > li > p {
    width: 40px;
    margin: 27px auto;

}

/*方案详情页*/
#header_banner {
    height: 170px;
    padding-top: 20px;
    /*background: url("img/info/bg_info_header.png") no-repeat center;*/
}

#xgfa {
    clear: both;
    width: 1010px;
    margin: 40px auto 20px;
    /*height: 300px;*/
    /*background: #000;*/
    position: relative;
}

#xgfa_left {
    width: 210px;
    /*background: red;*/
    /*height: 500px;*/
    float: left;
    background: #ffffff;
    position: relative;
    z-index: 0;
    overflow: scroll;
}

#xgfa_left > p {
    border-bottom: 2px solid #0073B4;
    border-left: 2px solid #0073B4;
    border-right: 2px solid #0073B4;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    /*padding-top: 6px;*/
    /*background: red;*/
    overflow: hidden;
}

.xgfa_left_fixed {
    position: fixed;
    top: 0;
    left: 0;
}

.left-show-title {
    font-size: 22px;
    font-weight: initial;
    background: rgb(0, 115, 180);
    color: #fff;
    text-align: center;
    height: 35px;
    line-height: 35px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#xgfa_right {
    width: 800px;
    /*background: green;*/
    /*height: 200px;*/
    float: right;
}

#xgfa_left li {
    list-style: none;
    height: 40px;
    line-height: 40px;
}

#xgfa_left a {
    display: block;
    width: 100%;
    padding-left: 10px;
}

#xgfa_left li a:hover {
    background: #0073B4;
    color: #f6f6f6;
}

#info_header {
    position: relative;
    z-index: 0;
}

#info_header > img {
    width: 400px;
    height: 260px;
}

#info_header_text {
    width: 370px;
    float: right;
    padding-left: 30px;
}

.info_ksbj {
    display: inline-block;
    width: 120px;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    background: rgb(0, 115, 180);
    color: #fff;
    text-align: center;
    box-shadow: 3px 3px 2px rgba(0, 0, 0 0.2);
    margin-right: 60px;
}

.info_ksbj:hover {
    background: rgba(51, 51, 51, 0.62);
    box-shadow: none;
}

#jsfa, .left-sb-js-list {
    height: 0;
}

#bar_js, #bar_ws, #sb_bar_ws, #sb_bar_js {
    cursor: pointer;
    /*margin: 40px 0 50px 0;*/
    font-size: 18px;
    padding: 5px 7px;
    /*border-radius: 5%;*/
    /*border-top: 2px solid #fff;*/
    display: inline-block;
    width: 40%;
    /*border-top: 2px solid #333;*/
}

#bar_ws, #sb_bar_ws {
    margin-right: 3px;
}

#wsfa, #jsfa, .left-sb-ws-list, .left-sb-js-list {
    overflow: hidden;
}

.bar_class {
    background: #0073B4;
    color: #fff;
    border-top: 2px solid #fff;
}

.info_title {
    font-size: 26px;
    font-weight: 500;
    border-bottom: 3px solid #333;
    display: inline-block;
    /*padding: 0 5px 0 10px;*/

}

.info_p0 {
    margin: 5px 0 15px 0;
    font-size: 20px;
    /*margin-left: 10px;*/


}

.info_p1 {
    font-size: 18px;
}

.info_p2 {
    margin-top: 10px;
    /*font-size: 18px;*/
}

.info_p2s {
    margin-top: 15px;
    font-size: 18px;
    line-height: 30px;
}

.info_p2s > span {
    font-weight: 600;
    margin-left: 6px;
    font-size: 20px;
}

.info_p3 {
    margin-top: 20px;
    /*text-align: center;*/
    font-size: 18px;
    /*height: 40px;*/
    /*line-height: 40px;*/
}

.info_p3 span {
    font-weight: 800;
    font-size: 20px;
    padding-right: 50px;
}


#info_content {
    margin-top: 10px;
    margin-left: 15px;
}
.clfa_img{
    width: 95%;
    display: block;
    margin: 0 auto;
}
#sz_td {
    /*height: 165px;*/
    list-style: none;
    /*background: #000;*/
    padding-left: 25px;
    margin-top: 35px;
}

#sz_td li {
    float: left;
    /*width: 120px;*/
    height: 40px;
    line-height: 40px;
    margin: -20px 20px 40px 0;
    padding: 0 10px;
    background: rgb(0, 115, 180);
    color: #ffffff;
    border-radius: 4%;
}

#info_content h3 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    margin-top: 40px;
    clear: both;
}

#pf_gb {

}

#pf_gb li {
    height: 40px;
    line-height: 40px;
}

#pf_gb img {
    width: 25px;
    margin: 0 0 -10px -20px;
}

#xgws_gy {
    list-style: none;
}

#xgws_gy li {
    text-align: center;
    height: 60px;
    width: 300px;
    margin: 20px auto;
    line-height: 60px;
    border: 1px solid #333;
    border-radius: 3%;
    box-shadow: 4px 3px 2px rgba(37, 42, 138, 0.52);
    cursor: pointer;
}

#xgws_gy li:hover {
    box-shadow: none;
    font-weight: 600;
}

#xgws_gy span {
    display: block;
    margin: 5px auto 0 auto;
    height: 0;
    width: 0;
    border-top: solid 10px #000;
    border-left: solid 5px rgba(0, 0, 0, 0);
    border-right: solid 5px rgba(0, 0, 0, 0);
}

.spalbox {
    clear: both;
    height: 230px;
    margin-top: 30px;
    margin-bottom: 50px;
}

.spalbox > img {
    width: 350px;
    height: 245px;
    float: left;
    margin-right: 20px;
}

.spalbox > h4 {
    margin: 0 0 20px 0;
    font-size: 18px;
}

.spalbox > p {
    margin-top: 10px;
}

.span_tag {
    font-weight: 500;
}

.xg_gyspan {
    margin-left: 6px;
    border-radius: 5%;
    border: 1px solid rgba(125, 138, 79, 0.88);;
    display: inline-block;
    padding: 2px 5px;
    box-shadow: 2px 2px 1px rgba(125, 138, 79, 0.6);
    margin-bottom: 5px;
}


/*养殖污水工艺*/
#yzwsfa_title {
    list-style: none;
    width: 100%;
}

#yzwsfa_title div {
    text-align: center;
    float: left;
    width: 30%;
}

.yzws_gy_biv2 {
    margin: 0 35px;
}

.yzws_gy_td_tltle {
    background: rgb(0, 115, 180);
    color: #fff;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    border-radius: 3%;
}

.yzws_gy_td_txet {
    line-height: 30px;
}

#yzws_gy {
    margin-top: 20px;
    /*background: url("img/bg_info_td.jpg");*/
    /*height: 100px;*/
}

#yzws_gy ul {
    list-style: none;
    width: 30%;
    float: left;
    border-radius: 3%;
    /*border: 2px solid #333;*/
}

#yzws_gy li {
    text-align: center;
    height: 60px;
    /*width: 300px;*/
    margin: 20px auto;
    line-height: 60px;
    border: 1px solid #333;
    border-radius: 3%;
    box-shadow: 4px 4px 3px rgba(149, 126, 62, 0.8);
    cursor: pointer;
}

#yzws_gy li:hover {
    box-shadow: none;
    font-weight: 500;
}

#yzws_gy span {
    display: block;
    margin: 10px auto 0 auto;
    height: 0;
    width: 0;
    border-top: solid 10px #000;
    border-left: solid 5px rgba(0, 0, 0, 0);
    border-right: solid 5px rgba(0, 0, 0, 0);
}

#xgyzws_gy2 {
    margin: 0 30px;
}

/*印染污水工艺*/
#yrwsfa_title {
    list-style: none;
    width: 100%;
}

#yrwsfa_title div {
    text-align: center;
    float: left;
    width: 45%;
    margin: 0 18px;
}

#yrws_gy {
    margin-top: 20px;
    /*background: url("img/bg_info_td.jpg");*/
    /*height: 100px;*/
}
.gysm_p{
    text-indent: 28px;
    line-height: 2;
    margin-top: 18px;

}
#yrws_gy ul {
    list-style: none;
    width: 45%;
    margin: 0 15px;
    float: left;
    border-radius: 3%;
    /*border: 2px solid #333;*/
}

#yrws_gy li {
    text-align: center;
    height: 60px;
    /*width: 300px;*/
    margin: 20px auto;
    line-height: 60px;
    border: 1px solid #333;
    border-radius: 3%;
    box-shadow: 4px 4px 3px rgba(149, 126, 62, 0.8);
    cursor: pointer;
}

#yrws_gy li:hover {
    box-shadow: none;
    font-weight: 600;
}

#yrws_gy span {
    display: block;
    margin: 5px auto 0 auto;
    height: 0;
    width: 0;
    border-top: solid 10px #000;
    border-left: solid 5px rgba(0, 0, 0, 0);
    border-right: solid 5px rgba(0, 0, 0, 0);
}

/*皮革污水*/
.pgws_lc_img {
    width: 100%;
}

/*食品纯水*/
#xgjs_gy h4 {
    clear: both;
    margin-top: 20px;
    margin-bottom: 13px;
    border-left: 8px solid #0073B4;
    border-top: solid 4px rgba(0, 0, 0, 0);
    padding-left: 3px;
}

#xgjs_gy ul {
    clear: both;
    list-style: none;
    text-align: left;
    width: 100%;
}

#xgjs_gy li {
    /*background: #0073B4;*/
    /*color: #fff;*/
    box-shadow: 3px 3px 2px rgba(149, 126, 62, 0.4);
    float: left;
    display: inline-block;
    /*width: 120px;*/
    margin: -10px 35px 20px 0;
    border: 1px solid #000;
    border-radius: 5%;
    position: relative;
    padding: 5px 10px;
}

#xgjs_gy span {
    display: inline-block;
    height: 0;
    width: 0;
    border-left: solid 10px #000;
    border-top: solid 4px rgba(0, 0, 0, 0);
    border-bottom: solid 4px rgba(0, 0, 0, 0);
    position: absolute;
    right: -28px;
    top: 12px;
}

#xgspjs_gy3 {
    height: 50px;
}

#glyw_td {
    text-align: center;
    width: 100%;

}

.glyw_td_ritle {
    background: #0073B4;
    color: #fff;
    font-size: 18px;
    height: 40px;
    font-weight: 600;
}

#glyw_td > tr > td:nth-child(0) {
    font-weight: 600;
    width: 150px;
}

#glyw_td > tr > td:nth-child(1) {
    /*width: 800px;*/
}

#glyw_td span {
    margin-right: 20px;
}

#xggljs_gy2 {
    height: 130px;
}

#xghgjs_gy4 {
    height: 70px;
}
/*详情页水处理设备*/
.xg_scl_sb_list>ul{
    list-style: none;
}
.xg_scl_sb_list li{
    float: left;
    text-align: center;
    width: 29%;
    margin: 2%;
}
.xg_scl_sb_list img{

}
/*化工纯水*/
#swjssb div {
    width: 40%;
    margin: 20px 20px;
    text-align: center;
    float: left;

}

#swjssb {
    /*float: left;*/
    clear: both;
}

#swjssb img {
    width: 100%;
}

/*零排*/
.spalbox_lp {
    clear: both;
}

.spalbox_lp div {
    width: 45%;
    float: left;
    margin: 10px 15px;
}

.spalbox_lp p {
    margin-top: 8px;
}

.spalbox_lp img {
    width: 100%;
}

/*快速报价*/
.bj-h3 {
    margin: 20px 0 20px 10px;
    font-size: 22px;
    font-weight: 200;
}

#bj_form {
    width: 700px;
    margin: 0 auto;
}

.fl {
    display: inline-block;
    margin-bottom: 20px;
}

.tag_select {
    width: 200px;
}

.ydwt_box {
    /*float: left;*/
    display: inline-block;
}

.ydwt_box > div {
    float: left;
    margin-right: 20px;
}

.sub_btn {
    width: 200px;
    height: 35px;
    cursor: pointer;
    border-radius: 5%;
    border: 1px solid #000;
    background: rgba(80, 102, 255, 0.25);
    box-shadow: 4px 4px 3px;
rgba(0, 0, 0 0.1);
    margin-top: 10px;
}

.sub_btn:hover {
    box-shadow: none;
}

.ljgd {
    float: left;
    margin-right: 20px;
}

.tel_num {
    font-family: Arial;
    font-weight: 600;
    margin-right: 20px;
}

/*关于熊谷*/
.xg_about > div {
    margin-top: 30px;
}

.xg_about > h3 {
    margin-bottom: 10px;
}

.xg_name_title {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    margin: 15px 0 30px 0;
}

.con_text > p {
    text-indent: 20px;
    padding: 10px 20px 10px 30px;
}

.con_text > h3 {
    margin-left: 20px;
}

.conntect > P {
    margin-top: 22px;
}

input, select {
    border: 1px solid #333;
}

/*方案列表页*/
.xg_fa_list {
    list-style: none;
}

.xg_fa_list > li {
    float: left;
    width: 235px;
    margin: 20px 15px;
    text-align: center;
    font-weight: 500;

}

.xg_fa_list > li:hover {
    background: #0073B4;
    border-radius: 7px;

}

.xg_fa_list > li:hover a {
    color: #fff;
    /*font-size: 18px;*/
    font-weight: 500;
}

.xg_fa_list > li > dl {
    margin: 5px;
}

.xg_fa_list > li img {
    width: 100%;
    /*border-radius: 50%;*/
    /*overflow: hidden;*/
}

.fn_list_title {
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
}

/*导航菜单关闭*/
.close_span {
    color: #000;
    font-size: 34px;
    position: absolute;
    display: block;
    line-height: 40px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    top: 20px;
    right: 30px;
    background: #fff;
    cursor: pointer;
    font-weight: 600;
}

.close_span:hover {
    background: red;
    color: #fff;
}

/*废气页面*/
.fqgy_table {
    border: 1px;
    width: 100%;
}

.fqgy_table > thead {
    text-align: center;
    font-size: 20px;
}

.fqgy_td1 {
    width: 150px;
}

.fqgy_td2 {
    width: 80px;
}

.fqgy_td3 {
    width: 200px;
}

.fqgy_table tr {
    height: 40px;
    border: 5px solid #0073B4;
    /*background: #0e84b5;*/
}

.fqgy_table tr:nth-child(even) {
    background: #00FF00;
}

/*沟通探头*/
#fixed_kefu_bar {
    position: fixed;
    right: 5px;
    top: 300px;
    width: 50px;
    background: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    border-radius: 6px;
}
#fixed_kefu_bar img{
    width: 100%;
}
#fixed_kefu_bar>p{
    width: 30px;
    text-align: center;
    margin: 0 auto;
}
.side_a {
    position: fixed;
    right: -80px;
    top: 180px;
    width: 82px;
    height: 412px;
    z-index: 100;
    background: url('img/side_service.png') center no-repeat;
    cursor: pointer;
    border-radius: 5%;
    /*overflow: hidden;*/
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

#fixed_kefu_bar:hover .side_a {
    right: 0;
}

.xg-gtal {
    height: 82px;
    width: 82px;
}

.xg-gtal:hover {
    background: rgba(255, 255, 255, 0.2);
}

.gt-tel {
    position: absolute;
    height: 80px;
    width: 150px;
    text-align: center;
    background: #0073B4;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    top: 0;
    left: 100px;
    border-radius: 5px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    box-shadow: 3px 3px 2px #ff0000;
}

#xg_bt_tel {
}

#xg_bt_tel:hover .gt-tel {
    left: -152px;
}

#wxkj_img {
    position: absolute;
    top: 60px;
    left: 150px;
    width: 120px;
    height: 120px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    box-shadow: 3px 3px 2px #ff0000;
}

#wxkj_img img {
    width: 100%;

}

#xg_wxkf:hover #wxkj_img {
    left: -130px;

}

.qq_kefu_btm {
    display: block;
    width: 100%;
    height: 83px;
}

/*商桥*/
#kefu_1 {
    width: 370px;
    height: 160px;
    border: 5px solid rgb(0, 115, 180);
    background: #fff;
    border-radius: 8px;
    position: fixed;
    left: 10px;
    bottom: 10px;
    box-shadow: 4px 4px 2px rgba(7, 11, 203, 0.33);
    z-index: 6;
}

#kefu_1 > img {
    margin-top: 25px;
}

#kefu_yq_title {
    width: 100%;
    height: 25px;
    position: absolute;
    z-index: 100;
    cursor: move;
    background: rgb(0, 115, 180);
    color: #fff;
    font-weight: 500;
}

.xg_kefu_text {
    position: absolute;
    right: 40px;
    top: 25px;
    color: #333
}

.xg_kefu_text > .p1 {
    font-size: 22px;
    font-weight: 500;
}

.xg_kefu_text > .p2 {
    text-align: right;
}

.xg_kefu_text > .p3 {
    font-size: 24px;
    color: red;
    font-weight: 600;
    text-align: center;
}

#kefu_no {
    width: 88px;
    height: 26px;
    z-index: 100;
    position: absolute;
    bottom: 16px;
    left: 50px;
    border: 1px solid #000;
    border-radius: 8%;
    cursor: pointer;
    background: #fff;
    font-weight: 400;

}

#kefu_ok {
    width: 88px;
    height: 26px;
    z-index: 100;
    position: absolute;
    bottom: 16px;
    left: 150px;
    border: none;
    cursor: pointer;
    background: rgb(0, 115, 180);
    color: #fff;
    border-radius: 8%;
}

#kefu_zxbj {
    position: absolute;
    bottom: 16px;
    right: 30px;
    background: rgb(0, 115, 180);
    width: 88px;
    height: 26px;
    color: #fff;
    border-radius: 8%;
    text-align: center;
    font-weight: 500;
}

#kefu_zxbj > a {
    /*font-weight: 600;*/
    color: #fff;
}

/*产品设备*/
.sb_info_title {
    font-size: 26px;
    font-weight: 500;
    text-align: center;
}

.sb_img_box {
    text-align: center;
}

.sb_con_title {
    font-size: 22px;
}

.sb_yyfw {
    list-style: none;
}

.sb_yyfw > li {
    float: left;
    width: 250px;
    margin-top: 20px;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
}

.sb_yyfw img {
    border-radius: 50%;
}

.sb_ys {

}

.sb_ys > li, .sb_cs {
    margin-top: 15px;
    font-size: 22px;
}

.sb_cs > span {
    font-size: 22px;
    background: #0073B4;
    color: #fff;
    /*font-weight: 500;*/
    padding: 0 10px;
    border-radius: 5px;
    display: inline-block;
    width: 100px;
    margin-right: 10px;
}

/*设备之系统相关样式*/
.sb-mk-title {
    font-size: 22px;
    background: #0073B4;
    color: #fff;
    font-weight: 400;
    padding: 6px 10px;
    margin: 25px 0 10px 0;
    /*border-bottom-left-radius: 5px;*/
    border-top-left-radius: 28px;
}

.xt-mk-textbox {
    width: 370px;
    float: left;

}

.sb-xtmk ul {
    list-style: none;
    font-size: 20px;
}

.sb-xtmk li {
    font-size: 20px;
    margin-left: 18px;
}

.sb-xtmk h5 {
    font-size: 20px;
    border-left: 3px solid #444;
    padding-left: 4px;
    margin-top: 15px;
}

.sb-dpglq {
    width: 360px;
}

.sb-gsglq {
    width: 415px;
    margin-top: 50px;
}

.xg-gs-ro {
    font-weight: 500;
    font-size: 20px;
    text-indent: 20px;
    padding: 10px;
}

.sb-gs-ro-glq {
    margin-left: 20px;
}

.sb-cyfsq li {
    margin-top: 10px;
}

.sb-cyfsq span {
    font-size: 20px;
    font-weight: 600;
}

.sb-cyfsq p {
    margin-left: 20px;
}

#sd li {
    float: left;
    margin-right: 35px;
}

#sb-sd-clo2 li {
    float: left;
    margin-right: 25px;
}

.sb-xd-clo2 {
    width: 380px;
    margin-top: 30px;
}

/*产品列表页*/
.sb-list {
    list-style: none;
}

.sb-list > li {
    float: left;
    margin: 15px 10px;
    text-align: center;
    border-radius: 8px;
}

.sb-list > li dd {
    /*height: 25px;*/
    /*line-height: 25px;*/
    padding-bottom: 5px;
}

.sb-list > li img {
    /*width: 250px;*/
    /*height: 180px;*/
}

.sb-list > li a {
    font-size: 18px;
    font-weight: 500;
    display: block;
    /*background: red;*/
    width: 100%;

}

.sb-list > li:hover {
    background: #0073B4;

}

.sb-list > li:hover a {
    color: #fff;
}

.sb-list dl {
    width: 240px;
}

.sb-list img {
    margin: 5px;
    width: 230px;
}

/*专利页面*/
.zl_view {
    width: 480px;
    height: 680px;
    float: right;
}

.zl_view img {
    width: 100%;
    display: none;
}

.zl_check_list {
    /*list-style: none;*/
    margin-top: 30px;
    width: 300px;
}

.zl_check_list li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #000;
    cursor: pointer;
}

.zl_check_active {
    background: #0073B4;
    color: #fff;
}
/*新闻崖岸*/
.xg_news_content>p{
    text-indent: 30px;
    line-height: 26px;
    margin-bottom: 10px;
}
.xg_news_content h2{
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin: 30px 0 10px 0;
}
.xg_news_content h3{
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0 15px 0;
    padding-left: 3px;
}
.xg_news_content h4{
    display: inline-block;
    font-weight: 600;
    margin: 15px 0 15px 0;
    padding-left: 3px;
    border-left: 4px solid #333333;
}
.xg_news_content h5{
    font-weight: 500;
    margin: 10px 0;
}
.img_box100>img{
    width: 100%;
}
.img_box50>img{
    width: 40%;
    margin: 0 4%;
}
.img_box33>img{
    width: 30%;
    margin: 0 1%;
}
.img_box60_center{
    width: 60%;
    margin: 0 auto;
}
.img_box60_center>img{
    width: 100%;
}
.news-lc-list{
    list-style: decimal;
}
.news-lc-list li{
    float: left;
    margin-right: 30px;
}
/*新闻列表*/
.xg-news-list{
    list-style: none;
    margin-top: 30px;
    margin-left: 10px;

}
.xg-news-list li{
    margin: 30px 0;
    height: 170px;
    line-height: 30px;
    /*padding-left: 10px;*/
    /*background: url("img/bg_sj.jpg")20px center no-repeat;*/
    /*background-size: 10px 10px;*/
}
.xg-news-list li img{
    height: 170px;
    width: 300px;
    float: left;
    margin-right: 20px;
}
/*.xg-news-list li:hover{
    background: url("img/bg_sx.png")10px center no-repeat;
    background-size: 20px 20px;
    !*background-color: #0073B4;*!
}*/

.xg-news-list li a{
    display: inline-block;
    height: 170px;
    /*width: 400px;*/
    margin-left: 25px;
}
.xg-news-list li a h3{
    margin-top: 0;
}
.xg-news-list li a p{
    height: 130px;
    text-indent: 30px;
    color: #796d72;
    overflow: hidden;
}
.news-copy-fa>h3{
    margin-top: 20px;
}
.news-copy-fa>ul{
    list-style: circle;
    margin-left: 20px;
}
.news-copy-fa>p{
    text-indent: 30px;
    margin: 20px 0 20px 0;
}
.rmwz-tj{
    margin-top: 50px;
}
.rmwz-tj>a{
    display: inline-block;
    width: 45%;
    margin-top: 10px;
    padding-left: 10px;
}
.rmwz-tj>a:hover{
    background: #0073B4;
    color: #fff0f0;
}










